-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added wysiwyg editor to the activity description fields #1129
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great initiative. Even ctrl-z works! After testing, here are some remarks:
- I can't enter the
s
character in the description field. - As you might have seen on whatsapp, the 'copy to whatsapp' does not convert/filter the HTML properly to markdown
Not being able to enter an |
@SpookyBoy99 what are your intentions on this PR? |
It's not the greatest implementation of a WYSIWYG editor and the copy for WhatsApp functionality is pretty much broken. I am not sure if I have the time or will power to completely fix those issues, so I might just close this PR unless there is enough interest from the board. |
I guess the product owners have the final call here @olafboekholt @TobiasDeBruijn . I don't have any strong opinions on this PR. |
While definitely a nice to have, the copy for whatsapp feature is a must have. If you feel like it, please do implement! Though if you'd rather focus on other projects or issues, that is completely fine as well, then this PR can be closed. |
I'll see what I can do during the 14 hour bus ride this weekend, if I don't manage to get it working by then I will just close this PR |
Implements #1125 and fixes #1124. It is not the most beautiful implementation but this was the most practical solution within the established ecosystem.